object CatSelectionForm: TCatSelectionForm Left = 260 Top = 112 BorderStyle = bsDialog Caption = 'Category Selection' ClientHeight = 165 ClientWidth = 241 Color = clSilver Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BookLabel1: TLabel Left = 8 Top = 8 Width = 61 Height = 13 Caption = 'Categories' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object List: TListBox Left = 8 Top = 24 Width = 145 Height = 136 Hint = 'Use CTRL Key For Multiple Selections' Color = clWhite DragMode = dmAutomatic Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 13 MultiSelect = True ParentFont = False Sorted = True TabOrder = 0 end object BitBtn1: TBitBtn Left = 160 Top = 24 Width = 75 Height = 25 Caption = '&OK' TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 160 Top = 52 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 Kind = bkCancel end object BitBtn3: TBitBtn Left = 160 Top = 88 Width = 75 Height = 25 TabOrder = 3 Kind = bkHelp end end